Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   Talk about Astah Plug-ins!
     any<code/> detect static

Flat Previous Topic | Next Topic
Poster Thread
rebel-l
Posted on: 2014/8/29 20:11
Just popping in
Joined: 2014/8/29
From:
Posts: 1
any<code/> detect static
Hi,

I try out the any<code/> plugin since a several hours writing my own templates for php. Now I get a problem detecting if an operation is static or not. I tried to call

def operation(IOperation o) {
	// do something		
	
	if(o.isStatic()) {
		// do something for static
	}

}


On execution I get the error
No signature of method: in.labulle.anycode.uml.astah.AstahOperation.isStatic() is applicable for argument types: () values: []
Possible solutions: iterator()


In the any<code/> documentation I found nothing. The astah api says this method exists.

Does anyone have a solution?

Thanks in advance
Flat Previous Topic | Next Topic

Subject Poster Date
 » any<code/> detect static rebel-l 2014/8/29 20:11
     Re: any<code/> detect static Sueyoshi 2014/9/1 15:14