Drools :: Compiler 6.0.0.CR5

org.drools.compiler.compiler.io.memory
Class MemoryPath

java.lang.Object
  extended by org.drools.compiler.compiler.io.memory.MemoryPath
All Implemented Interfaces:
Path

public class MemoryPath
extends Object
implements Path


Constructor Summary
MemoryPath(String path)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toPortableString()
           
 String toRelativePortableString(Path basePath)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryPath

public MemoryPath(String path)
Method Detail

toPortableString

public String toPortableString()
Specified by:
toPortableString in interface Path

toRelativePortableString

public String toRelativePortableString(Path basePath)
Specified by:
toRelativePortableString in interface Path

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.